theme: Make spinner animation turn clockwise
authorBenjamin Otte <otte@redhat.com>
Sat, 5 Mar 2011 13:59:25 +0000 (14:59 +0100)
committerBenjamin Otte <otte@redhat.com>
Sat, 5 Mar 2011 14:03:56 +0000 (15:03 +0100)
gtk/gtkthemingengine.c

index 8eb5556715a52618fcc0ae55976c11a04bcb9e18..b6a0795abf1724fb0e476584bf9a0506cd29daf1 100644 (file)
@@ -3005,7 +3005,7 @@ gtk_theming_engine_render_activity (GtkThemingEngine *engine,
           /* transparency is a function of time and intial value */
           gdouble t = 1.0 - (gdouble) ((i + step) % num_steps) / num_steps;
           gdouble xscale = cos (i * G_PI / half);
-          gdouble yscale = sin (i * G_PI / half);
+          gdouble yscale = sin (i * G_PI / half);
 
           cairo_set_source_rgba (cr,
                                  color->red,